home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
526-550
/
disk_540
/
wbrun
/
wbrun.doc
< prev
next >
Wrap
Text File
|
1992-05-06
|
957b
|
33 lines
A RunBack style program which use parm.library. Runs programs
in WB mode from any CLI. Programs are fully detached. The
program you run must support WB startup.
Usage:
WBRun Prog [args] [STACK size] [PRI pri] [DELAY sec]
if you type:
WBRun ?
you will get this command template
Prog/a,args/...,STACK/k,PRI/k,DELAY/k:
that is to say, Prog must be specified, and other args are optionnal.
Stack will overide icon stack if specified, so use with great care.
Pri is 0 by default.
Delay is in seconds. WBRun will wait this delay once prog is loaded
and run, and can be used to prevent disk trashing in script files.
If prog isn't in the specified path, Arp resident list and CLI Path
are searched too, but in theses cases, icon will never be found, and
stack size will be current stack size of the CLI.
Authors: Sylvain Rougier, Pierre Carrette.
Enjoy.